'宣言
Public Overloads Shared Function Bind(Of T)( _ ByVal button As ToolStripItem, _ ByVal command As IDelegateCommand, _ ByVal getter As Func(Of T) _ ) As IDisposable
public static IDisposable Bind<T>( ToolStripItem button, IDelegateCommand command, Func<T> getter )
パラメータ
- button
- command
- getter
型パラメータ
- T